home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 November - Disc 1 / Power Tools Plus (Disc 1 of 2)(November 1993)(HP).iso / spec / a3821371 / a3821371.txt < prev    next >
Text File  |  1992-05-16  |  13KB  |  267 lines

  1. 10
  2.  
  3.  
  4.  
  5.  
  6.  
  7.      RJE/Remote Job Entry/V Technical Data
  8.      For HP 3000 MPE/V Computer Systems Product Number 30248A
  9.      RJE/Remote Job Entry/V and BSC Link allow an HP 3000 system to emulate
  10.      the major functions of an IBM 2780 or IBM 3780 workstation. RJE can
  11.      transmit batch jobs to, and receive output from, a host processor that
  12.      can support standard IBM 2780/3780 devices.
  13.      
  14.      [Figure 1 (RJE/V)  Caption: none]
  15.      
  16.      Additionally, RJE can exchange files between an HP 3000 and many other
  17.      processors that emulate standard IBM 2780/3780 devices.
  18.         RJE requires the installation and use of BSC Link. BSC Link manages
  19.      the data communications protocol and link between the HP 3000 and the
  20.      IBM System/370-compatible mainframe. It contains software, a hardware
  21.      interface card, and a cable.
  22.      
  23.      Features
  24.      o Allows the HP 3000 to emulate an IBM 2780 or 3780 workstation, using a
  25.        point-to-point connection to the host.
  26.      o Provides a way of exchanging files between HP 3000s and many other
  27.        systems that emulate standard IBM 2780 or 3780 devices.
  28.      o Allows users to submit jobs and receive output programmatically.
  29.      o Provides flexibility with regard to the devices used for input and
  30.        output; any HP 3000 I/O device may be used.
  31.      o Can be used concurrently with other HP 3000 applications.
  32.      o Works over X.21 circuit-switched networks in Europe.
  33.      o Optionally performs data compression.
  34.      o Optionally allows transparent mode transmission, thus allowing
  35.        transmission of any arbitrary binary data stream.
  36.      o Allows specification of Native Language Support for data transmission.
  37.        NLS 16-bit character mapping; interactive and programmatic access; and
  38.        data integrity are not supported for languages such as Japanese,
  39.        Korean, Simple Chinese, and Traditional Chinese.
  40.      
  41.      Functional Description
  42.      RJE and BSC Link allow an HP 3000 system to emulate the major features
  43.      of an IBM 2780 or IBM 3780 workstation. Using RJE, one can transmit
  44.      batch jobs to, and receive output from, a host processor that can
  45.      support standard IBM 2780/3780 devices. Additionally, one can use RJE
  46.      and BSC Link to exchange files between an HP 3000 and many other
  47.      processors that emulate standard IBM 2780/3780 devices.
  48.         An HP 3000 and an HP 2680 Laser Printer can use RJE and BSC Link to
  49.      act as a high-speed print station for a host computer. Remote sites with
  50.      an HP 3000 Series 40, or newer model, can get the maximum printer output
  51.      by using a 56 Kbps Dataphone Digital Service (DDS) line and an external
  52.      56 Kbps clock signal.
  53.         RJE makes it possible for multiple users to submit jobs and receive
  54.      output programmatically. Users can create files consisting of a set of
  55.      commands; a user-written program can then submit the names of these
  56.      command files to a message file. The RJE Subsystem sequentially scans
  57.      the message file and executes commands encountered in each of the
  58.      command files. The RJE Subsystem can be set up to go into a continuous
  59.      receive mode after it has finished executing all the command files.
  60.  
  61. 11
  62.  
  63.  
  64.  
  65.  
  66.  
  67.         Users can continue to use the RJE Subsystem in a
  68.      single-user-at-a-time manual mode, if desired.
  69.         RJE and BSC Link can operate concurrently with all the other
  70.      processing facilities of the HP 3000. This allows HP 3000 users to
  71.      perform such functions as the Database Management, Transaction
  72.      Processing, Data Collection, and program development locally, while
  73.      being able to transmit collected data (orders, payroll, etc.) or large
  74.      CPU bound jobs, to a remote host for further processing.
  75.         By setting appropriate parameters, RJE allows transmission of binary
  76.      data streams (including control characters) and compression of
  77.      successive and trailing blanks. Successive blanks are replaced by a
  78.      2-byte sequence, a control character, and the number of blanks. This
  79.      makes job transmission more efficient, particularly at a lower speed.
  80.         In an IBM 2780 system an end of medium (EM) mark is required before
  81.      the trailing blanks in each record. RJE truncates trailing blanks when
  82.      the truncate option is specified, no EM marks are required. However,
  83.      when EM marks are present they perform the intended function.
  84.         RJE accepts both horizontal tabulation and vertical form control
  85.      codes. It recognizes host carriage control characters and translates
  86.      them to the corresponding characters for the HP 3000 printers. This
  87.      makes it possible to print specially formatted forms. However, when
  88.      special forms are used, output must be manually directed to the printer
  89.      on which the appropriate form is mounted.
  90.      
  91.      Functional Specifications
  92.      RJE emulates all standard features of the IBM 2780/3780 systems except
  93.      that it does not accept the six-bit transcode.
  94.         RJE has a set of high-level user commands that make it easy to use.
  95.      The following is a list of these commands:
  96.      
  97.      ________________________________________________________________________
  98.      Command         Function
  99.      ________________________________________________________________________
  100.      #:MPE Command   Enables the user to execute many MPE/V commands from RJE
  101.                      by preceding the command with a colon.
  102.      ________________________________________________________________________
  103.      #RJCMDFILE      Causes RJE to take its commands from another file.
  104.      ________________________________________________________________________
  105.      #RJCOMMENT      Provides a method for inline comments.
  106.      ________________________________________________________________________
  107.      #RJCONTINUE     Enables user to provide a procedure to evaluate errors
  108.                      and provide limited direction for error handling.
  109.      ________________________________________________________________________
  110.      #RJHELP         Displays a help screen showing the RJE/V commands and
  111.                      each command's description and syntax.
  112.      ________________________________________________________________________
  113.      #RJLINE         Defines the characteristics of the communications line.
  114.      ________________________________________________________________________
  115.      #RJIN           Transmits input data from your HP 3000 Computer System
  116.                      to the remote processor.
  117.      ________________________________________________________________________
  118.      #RJOUT          Requests and processes routed output from the remote
  119.      processor.
  120.      ________________________________________________________________________
  121.  
  122. 12
  123.  
  124.  
  125.  
  126.  
  127.  
  128.      #RJIO           Initiates transmission of a one-line message to the
  129.                      remote processor.
  130.      ________________________________________________________________________
  131.      #RJINFO         Initiates a file display printing of the communications
  132.                      lines.
  133.      ________________________________________________________________________
  134.      #RJLIST         Requests and processes unrouted list output from the
  135.                      remote processor.
  136.      ________________________________________________________________________
  137.      #RJPUNCH        Requests and processes unrouted punched output from the
  138.                      remote processor.
  139.      ________________________________________________________________________
  140.      #RJEOD          Transmits an EOT control character (end-of-file) to the
  141.                      remote processor after sending the last buffer from an
  142.                      RJIN command.
  143.      ________________________________________________________________________
  144.      #RJEND          Terminates the HP RJE subsystem.
  145.      ________________________________________________________________________
  146.      #RJSTAT         Provides statistical information on frequency of
  147.                      subsystem command use, elapsed times, and tallies of
  148.                      data transmitted and received.
  149.      ________________________________________________________________________
  150.      
  151.      Product Requirements
  152.      o An HP 3000 running the current version of the MPE Operating System.
  153.      o HP 30251A BSC Link.
  154.      o An IBM System/370-compatible host running a job entry subsystem that
  155.        supports 2780/3780 (RJE) protocols.
  156.      o A data communications line between the HP 3000 and the IBM host that
  157.        can be either nonswitched (leased) or switched (dial-up).
  158.      
  159.      Installation and Configuration Policy
  160.      RJE/V is customer installable. However, Hewlett-Packard will perform
  161.      minimum configuration of RJE/V in order to verify minimum product
  162.      functionality.
  163.         This task, performed by HP, is included in the product purchase
  164.      price.
  165.         For product configuration tailored to the customer's specific needs,
  166.      or for a complete HP implementation, HP offers a comprehensive range of
  167.      integrated and flexible support services. Please refer to the Network
  168.      Support data sheets in this guide for more information on these
  169.      services.
  170.      
  171.      Customer Responsibility
  172.      Prior to having HP personnel onsite to perform minimum configuration of
  173.      RJE/V, the customer is responsible for the following:
  174.      o Providing HP with the information necessary to complete the Network
  175.        Implementation and Support Plan (NISP) including:
  176.        - System configurations
  177.        - Logical network map identifying relevant traffic flow
  178.        - Physical network map identifying relevant network hardware
  179.          components.
  180.      o Verifying that the necessary remote system software is installed and
  181.        configured to support RJE/V.
  182.  
  183. 13
  184.  
  185.  
  186.  
  187.  
  188.  
  189.      o Updating the HP 3000 system to the proper release level and installing
  190.        the RJE/V software using AUTOINST. Refer to the HP 3000 Software
  191.        Update Manual (32033-90036).
  192.      o Verifying that all of the necessary software modules have been
  193.        successfully installed by AUTOINST and are at the correct version
  194.        levels by entering the RJE command and observing the version stamp in
  195.        the RJE/V banner.
  196.      o Performing full system backups as necessary and ensuring that the
  197.        HP 3000 system and personnel with HP 3000 system management knowledge
  198.        are available when HP is onsite to complete the minimum configuration
  199.        of RJE/V.
  200.      
  201.      The customer is also responsible for completing the configuration in
  202.      order to fully integrate RJE/V into the existing customer network after
  203.      HP has completed the minimum configuration RJE/V.
  204.      
  205.      HP Responsibility
  206.      Following the installation of RJE/V, HP is responsible for the
  207.      following:
  208.      o Confirming that all of the necessary software modules have been
  209.        installed and are at the correct version level.
  210.      o Configuring the RJE/V product to a minimum configuration in order to
  211.        verify software and hardware functionality.
  212.      o Verifying the RJE/V configuration by sending a sign-on card when
  213.        communicating with a host mainframe or issuing the RJLINE command when
  214.        communicating with other systems.
  215.      
  216.      These steps complete HP's portion of the installation and minimum
  217.      configuration of RJE/V.
  218.         HP effort spent on problems that are not caused by HP installation
  219.      and configuration activities is considered HP Consulting Support and is
  220.      billable to the customer at normal HP time-and materials rates.
  221.      
  222.      System Environment
  223.      RJE and BSC Link are available on the entire HP 3000 product line
  224.      running MPE/V.
  225.      
  226.      Ordering Information
  227.      30248A RJE/Remote Job Entry Requires 30251A BSC Link
  228.      
  229.      Select one processor option. Upgrade credits may be used where
  230.      applicable.
  231.      Processor Options
  232.      
  233.      310  For Series 37, 37XE, or MICROs
  234.      320  For Series 39-58
  235.      330  For Series 64-70
  236.      
  237.      Upgrade Credit Options
  238.      
  239.      OCD  Upgrade Credit for Option 310
  240.      OCE  Upgrade Credit for Option 320
  241.      
  242.      Support Products
  243.  
  244. 14
  245.  
  246.  
  247.  
  248.  
  249.  
  250.      HP offers a spectrum of support service products to help plan,
  251.      implement, operate, and manage your multivendor network throughout the
  252.      network lifecycle.
  253.         For more information, contact your HP Sales Representative, or refer
  254.      to the HP data sheets for specific support services.
  255.      
  256.      Documentation
  257.      30248-90002 RJE/V
  258.      Node Manager's Guide
  259.      30295-61001 RJE User/Programmer Reference Manual
  260.      
  261.      
  262.      From HP Networking Communications Specification Guide,
  263.         5091-3821E, 9205, p 371
  264.      Associated files:  la3821ab.plt, la3821ab.gal, a3821371.doc
  265.      
  266.      RJE/Remote Job Entry/V Technical Data
  267.